home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 5-Fonts & Software / Applications / MacProject II / MacProject II Help / card_93627.txt < prev    next >
Text File  |  1989-09-27  |  5KB  |  220 lines

  1. -- card: 93627 from stack: in
  2. -- bmap block id: 93782
  3. -- flags: 0000
  4. -- background id: 68193
  5. -- name: Search Formula DBOX
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 01
  10. -- high flags: 2002
  11. -- rect: left=14 top=73 right=123 bottom=82
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: Inbox
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=104 top=94 right=131 bottom=448
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: formula
  34. ----- HyperTalk script -----
  35. on mouseDown
  36.   show card field popupFormula
  37. end mouseDown
  38.  
  39. on mouseUp
  40.   hide card field popupFormula
  41. end mouseUp
  42.  
  43.  
  44.  
  45. -- part 6 (field)
  46. -- low flags: 81
  47. -- high flags: 2004
  48. -- rect: left=121 top=52 right=104 bottom=436
  49. -- title width / last selected line: 0
  50. -- icon id / first selected line: 0 / 0
  51. -- text alignment: 0
  52. -- font id: 3
  53. -- text size: 10
  54. -- style flags: 0
  55. -- line height: 13
  56. -- part name: popupFormula
  57. ----- HyperTalk script -----
  58. on mouseUp
  59.   hide card field "popupFormula"
  60. end mouseUp
  61.  
  62.  
  63. -- part 8 (button)
  64. -- low flags: 00
  65. -- high flags: 2000
  66. -- rect: left=113 top=134 right=221 bottom=295
  67. -- title width / last selected line: 0
  68. -- icon id / first selected line: 0 / 0
  69. -- text alignment: 1
  70. -- font id: 0
  71. -- text size: 12
  72. -- style flags: 0
  73. -- line height: 16
  74. -- part name: list
  75. ----- HyperTalk script -----
  76. on mouseDown
  77.   show card field popupList
  78. end mouseDown
  79.  
  80. on mouseUp
  81.   hide card field popupList
  82. end mouseUp
  83.  
  84.  
  85.  
  86. -- part 9 (button)
  87. -- low flags: 00
  88. -- high flags: 2000
  89. -- rect: left=306 top=134 right=190 bottom=433
  90. -- title width / last selected line: 0
  91. -- icon id / first selected line: 0 / 0
  92. -- text alignment: 1
  93. -- font id: 0
  94. -- text size: 12
  95. -- style flags: 0
  96. -- line height: 16
  97. -- part name: text
  98. ----- HyperTalk script -----
  99. on mouseDown
  100.   show card field popupText
  101. end mouseDown
  102.  
  103. on mouseUp
  104.   hide card field popupText
  105. end mouseUp
  106.  
  107.  
  108.  
  109. -- part 10 (button)
  110. -- low flags: 00
  111. -- high flags: 2000
  112. -- rect: left=112 top=221 right=246 bottom=439
  113. -- title width / last selected line: 0
  114. -- icon id / first selected line: 0 / 0
  115. -- text alignment: 1
  116. -- font id: 0
  117. -- text size: 12
  118. -- style flags: 0
  119. -- line height: 16
  120. -- part name: buttons
  121. ----- HyperTalk script -----
  122. on mouseDown
  123.   show card field popupButtons
  124. end mouseDown
  125.  
  126. on mouseUp
  127.   hide card field popupButtons
  128. end mouseUp
  129.  
  130.  
  131.  
  132. -- part 11 (field)
  133. -- low flags: 81
  134. -- high flags: 2004
  135. -- rect: left=102 top=65 right=131 bottom=450
  136. -- title width / last selected line: 0
  137. -- icon id / first selected line: 0 / 0
  138. -- text alignment: 0
  139. -- font id: 3
  140. -- text size: 10
  141. -- style flags: 0
  142. -- line height: 13
  143. -- part name: popupList
  144. ----- HyperTalk script -----
  145. on mouseUp
  146.   hide card field "popupList"
  147. end mouseUp
  148.  
  149.  
  150. -- part 12 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=300 top=176 right=228 bottom=446
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 0
  157. -- font id: 3
  158. -- text size: 10
  159. -- style flags: 0
  160. -- line height: 13
  161. -- part name: popupText
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   hide card field "popupText"
  165. end mouseUp
  166.  
  167.  
  168. -- part 13 (field)
  169. -- low flags: 81
  170. -- high flags: 2004
  171. -- rect: left=122 top=109 right=216 bottom=428
  172. -- title width / last selected line: 0
  173. -- icon id / first selected line: 0 / 0
  174. -- text alignment: 0
  175. -- font id: 3
  176. -- text size: 10
  177. -- style flags: 0
  178. -- line height: 13
  179. -- part name: popupButtons
  180. ----- HyperTalk script -----
  181. on mouseUp
  182.   hide card field "popupButtons"
  183. end mouseUp
  184.  
  185.  
  186. -- part contents for card part 3
  187. ----- text -----
  188. Press any element for details.
  189.  
  190. -- part contents for card part 6
  191. ----- text -----
  192. The formula appears in this box. You select from the box at the lower left and type in the box at the lower right to add elements to the formula.
  193.  
  194. -- part contents for card part 12
  195. ----- text -----
  196. If you are searching for a string of text, you enter it in this box.
  197.  
  198. -- part contents for card part 13
  199. ----- text -----
  200. Click Save Formula to save this formula for future use.
  201.  
  202. Click Load Formula to retrieve a previously saved formula.
  203.  
  204. Click Search to perform the search you‚Äôve specified.
  205.  
  206. Click Cancel to cancel the search procedure.
  207.  
  208. -- part contents for card part 11
  209. ----- text -----
  210. This box displays attributes, qualifiers, or combining terms (AND and OR), depending on the part of the formula currently selected.
  211.  
  212. Select an item from this box to place the item in the formula.
  213.  
  214. -- part contents for background part 30
  215. ----- text -----
  216. The Search Menu
  217.  
  218. -- part contents for background part 31
  219. ----- text -----
  220. Search Formula Dialog Box